Set up and tear down
Often it is required to set up data or allocate resource before
a test suite is executed to ensure a reproducible test environment
for valid test results. Also people often want to clean up test data or
release resources at the end of a unit test.
Sometimes the same wish applies to a single test case.
Both requirements are supported by RPGUnit: